home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Rozne / HTTrack 3.40-2 / httrack-3.40-2.exe / {app} / src_win / WinHTTrack / OptionTab10.h < prev    next >
C/C++ Source or Header  |  2001-08-18  |  2KB  |  77 lines

  1. #if !defined(AFX_OPTIONTAB10_H__758B3902_A9A6_11D3_A2B3_0000E84E7CA1__INCLUDED_)
  2. #define AFX_OPTIONTAB10_H__758B3902_A9A6_11D3_A2B3_0000E84E7CA1__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // OptionTab10.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // COptionTab10 dialog
  12.  
  13. class COptionTab10 : public CPropertyPage
  14. {
  15.     DECLARE_DYNCREATE(COptionTab10)
  16.  
  17. // Construction
  18. public:
  19.     COptionTab10();
  20.     ~COptionTab10();
  21.   char* GetTip(int id);
  22.   int modify;
  23.   int prox_status;
  24.   char ProxyDetectBuff[16][1024];
  25.   CString ProxyDetectName[16];
  26.  
  27. // Dialog Data
  28.     //{{AFX_DATA(COptionTab10)
  29.     enum { IDD = IDD_OPTION10 };
  30.     CComboBox    m_ctl_prox;
  31.     CButton    m_ctl_pwdhide;
  32.     CButton    m_ctl_ftpprox;
  33.     CEdit    m_ctl_portprox;
  34.     CStatic    m_ctl_proxtitle;
  35.     CString    m_proxy;
  36.     CString    m_port;
  37.     BOOL    m_ftpprox;
  38.     //}}AFX_DATA
  39.  
  40.  
  41. // Overrides
  42.     // ClassWizard generate virtual function overrides
  43.     //{{AFX_VIRTUAL(COptionTab10)
  44.     protected:
  45.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  46.     //}}AFX_VIRTUAL
  47.  
  48. // Implementation
  49. protected:
  50.     // Generated message map functions
  51.     //{{AFX_MSG(COptionTab10)
  52.     afx_msg void Onproxyconfigure();
  53.     virtual BOOL OnInitDialog();
  54.     afx_msg void OnChangeprox();
  55.     afx_msg void OnPwdhide();
  56.     //}}AFX_MSG
  57.   afx_msg BOOL OnToolTipNotify( UINT id, NMHDR * pNMHDR, LRESULT * pResult );
  58.   afx_msg LRESULT ProxySearch0(WPARAM wParam,LPARAM lParam);
  59.   afx_msg LRESULT ProxySearch1(WPARAM wParam,LPARAM lParam);
  60.   afx_msg LRESULT ProxySearch2(WPARAM wParam,LPARAM lParam);
  61.   afx_msg LRESULT ProxySearch3(WPARAM wParam,LPARAM lParam);
  62.   afx_msg LRESULT ProxySearch4(WPARAM wParam,LPARAM lParam);
  63.   afx_msg LRESULT ProxySearch5(WPARAM wParam,LPARAM lParam);
  64.   afx_msg LRESULT ProxySearch6(WPARAM wParam,LPARAM lParam);
  65.   afx_msg LRESULT ProxySearch7(WPARAM wParam,LPARAM lParam);
  66.   afx_msg LRESULT ProxySearch8(WPARAM wParam,LPARAM lParam);
  67.   afx_msg LRESULT ProxySearch9(WPARAM wParam,LPARAM lParam);
  68.   LRESULT ProxySearch(int id,WPARAM wParam,LPARAM lParam);
  69.   DECLARE_MESSAGE_MAP()
  70.  
  71. };
  72.  
  73. //{{AFX_INSERT_LOCATION}}
  74. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  75.  
  76. #endif // !defined(AFX_OPTIONTAB10_H__758B3902_A9A6_11D3_A2B3_0000E84E7CA1__INCLUDED_)
  77.